/**!
 * 江西公共资源交易网-首页
 * author: wangkai;
 */


/* main */

/* 图片轮播 */

.wb-slider {
    position: relative;
    overflow: hidden;
    width: 570px;
    height: 274px;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 570px;
    height: 274px;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    background: url(../images/mask_bg.png) repeat-x;
}

.wb-slider-mask .ellipsis {
    display: block;
    padding-left: 15px;
    width: 580px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 11px;
    bottom: 12px;
    height: 10px;
}

.wb-slider-stag {
    float: left;
    margin-right: 4px;
    height: 10px;
    line-height: 10px;
    width: 20px;
    background: url(../images/stag_bg.png);
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #fff;
}


/* 综合要闻 */

.ewb-news {
	height: 284px;
}

.ewb-news-hd {
	height: 38px;
	border-bottom: 1px solid #cbcbcb;
}

.ewb-news-tt {
	float: left;
	margin-left: 25px;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	color: #333;
}

.ewb-news-tt.ml0 {
	margin-left: 0;
}

.ewb-news-tt.current {
	font-weight: bold;
	color: #1f9ad3;
	border-bottom: 2px solid #1f9ad3;
}

.ewb-news-bd {
	padding-top: 9px;
}

.ewb-news-bd .ewb-list-name {
	width: 75%;
}

/* 横幅 */

.ewb-banner {
	height: 74px;
}

.ewb-banner img {
	display: block;
	height: 74px;
}

/* 交易信息 */

.ewb-trade-info {
	height: 1038px;
	overflow: hidden;
}

.ewb-trade-hd {
	height: 45px;
	border-bottom: 1px solid #cbcbcb;
	font-weight: bold;
}

.ewb-trade-hd a {
	float: left;
	font-family: "方正综艺简体";
	color: #333;
}

.ewb-trade-ett {
	line-height: 45px;
	font-size: 26px;
}

.ewb-trade-ctt {
	margin-left: 5px;
	margin-top: 10px;
	line-height: 35px;
	font-size: 16px;
}

.ewb-trade-bd {
	padding-top: 13px;
}

.ewb-trade-layer1 {
	height: 343px;
}

.ewb-trade-layer2 {
	height: 388px;
}

.ewb-trade-ftab {
	padding-left: 3px;
	height: 50px;
	line-height: 50px;
}

.ewb-trade-ftab a {
	float: left;
	/*margin-left: 25px;
	font-size: 18px;*/
	margin-left: 10px;/*20220124*/
	font-size: 17px;/*20220124*/
	color: #333;
	position: relative;
}

.ewb-trade-ftab a.ml0 {
	margin-left: 0;
}

.ewb-trade-ftab a.current {
	color: #1f9ad3;
	font-weight: bold;
}

.ewb-trade-ftab a i {
	display: none;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 7px;
	background: url(../images/tab_jiao.png);
}

.ewb-trade-ftab a.current i {
	display: block;
}

.ewb-ftab1-icon1 {
	padding-left: 27px;
	background: url(../images/ftab1_icon1.png) 0 50% no-repeat;
}

.ewb-ftab1-icon2 {
	padding-left: 24px;
	background: url(../images/ftab1_icon2.png) 0 50% no-repeat;
}

.ewb-ftab1-icon3 {
	padding-left: 18px;
	background: url(../images/ftab1_icon3.png) 0 50% no-repeat;
}

.ewb-ftab1-icon4 {
	padding-left: 25px;
	background: url(../images/ftab1_icon4.png) 0 50% no-repeat;
}

.ewb-ftab1-icon5 {
	padding-left: 27px;
	background: url(../images/ftab1_icon5.png) 0 50% no-repeat;
}

.ewb-ftab1-icon6 {
	padding-left: 27px;
	background: url(../images/ftab1_icon6.png) 0 50% no-repeat;
}

.ewb-ftab1-icon1.current {
	background: url(../images/ftab1_icon11.png) 0 50% no-repeat;
}

.ewb-ftab1-icon2.current {
	background: url(../images/ftab1_icon22.png) 0 50% no-repeat;
}

.ewb-ftab1-icon3.current {
	background: url(../images/ftab1_icon33.png) 0 50% no-repeat;
}

.ewb-ftab1-icon4.current {
	background: url(../images/ftab1_icon44.png) 0 50% no-repeat;
}

.ewb-ftab1-icon5.current {
	background: url(../images/ftab1_icon55.png) 0 50% no-repeat;
}

.ewb-ftab1-icon6.current {
	background: url(../images/ftab1_icon66.png) 0 50% no-repeat;
}

.ewb-trade-stab {
	padding: 7px 0 7px 14px;
	height: 22px;
	line-height: 22px;
	background-color: #1f9ad3;
}

.ewb-stab-name {
	float: left;
	padding: 0 12px;
	margin-left: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.ewb-stab-name.ml0 {
	margin-left: 0;
}

.ewb-stab-name.current {
	border-radius: 3px;
	background-color: #63b8e0;
}

.ewb-trade-list {
	padding: 8px 15px 0 0;
}

.ewb-trade-layer2 .ewb-trade-ftab a {
/* 	margin-left: 43px; */
}

.ewb-trade-layer2 .ewb-trade-ftab a.ml0 {
	margin-left: 0;
}

.ewb-ftab2-icon1 {
	padding-left: 35px;
	background: url(../images/ftab2_icon1.png) 0 50% no-repeat;
}

.ewb-ftab2-icon2 {
	padding-left: 29px;
	background: url(../images/ftab2_icon2.png) 0 50% no-repeat;
}

.ewb-ftab2-icon3 {
	padding-left: 24px;
	background: url(../images/ftab2_icon3.png) 0 50% no-repeat;
}

.ewb-ftab2-icon4 {
	padding-left: 24px;
	background: url(../images/ftab2_icon4.png) 0 50% no-repeat;
}

.ewb-ftab2-icon5 {
	padding-left: 31px;
	background: url(../images/ftab2_icon5.png) 0 50% no-repeat;
}
.ewb-ftab2-icon6 {
	padding-left: 31px;
	background: url(../images/ftab2_icon6.png) 0 50% no-repeat;
}

.ewb-ftab2-icon1.current {
	background: url(../images/ftab2_icon11.png) 0 50% no-repeat;
}

.ewb-ftab2-icon2.current {
	background: url(../images/ftab2_icon22.png) 0 50% no-repeat;
}

.ewb-ftab2-icon3.current {
	background: url(../images/ftab2_icon33.png) 0 50% no-repeat;
}

.ewb-ftab2-icon4.current {
	background: url(../images/ftab2_icon44.png) 0 50% no-repeat;
}

.ewb-ftab2-icon5.current {
	background: url(../images/ftab2_icon55.png) 0 50% no-repeat;
}
.ewb-ftab2-icon6.current {
	background: url(../images/ftab2_icon66.png) 0 50% no-repeat;
}
/* 4个登录 */

.ewb-login-box {
	height: 244px;
	padding: 20px 0 0 20px;
	background-color: #f0f8fd;
}

.ewb-login-node {
	float: left;
	margin: 0 12px 8px 0;
	width: 90px;
	vertical-align: top;
}

.ewb-login-node a {
	display: block;
	padding-top: 76px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	color: #666;
}

.ewb-login-node a.big {
	padding-top: 78px;
}

.ewb-login-icon1 {
	background: url(../images/login_icon1.png) center top no-repeat;
}

.ewb-login-icon2 {
	background: url(../images/login_icon2.png) center top no-repeat;
}

.ewb-login-icon3 {
	background: url(../images/login_icon3.png) center top no-repeat;
}

.ewb-login-icon4 {
	background: url(../images/login_icon4.png) center top no-repeat;
}

.ewb-login-icon1:hover {
	color: #52d6f7;
	background: url(../images/login_icon11.png) center top no-repeat;
}

.ewb-login-icon2:hover {
	color: #2ac6ff;
	background: url(../images/login_icon22.png) center top no-repeat;
}

.ewb-login-icon3:hover {
	color: #2ac6ff;
	background: url(../images/login_icon33.png) center top no-repeat;
}

.ewb-login-icon4:hover {
	color: #52d6f7;
	background: url(../images/login_icon44.png) center top no-repeat;
}

/* 3个图片链接 */

.ewb-pic-links {
	/* margin-top: 20px; */
	height: 130px;
}

.ewb-pic-links li {
	margin-top: 10px;
	height: 60px;
	vertical-align: top;
}

.ewb-pic-links li.mt0 {
	margin-top: 0;
}

.ewb-pic-links li img {
	display: block;
	height: 60px;
}

/* 意见征集 */

.ewb-opinion-collection {
	margin-top: 10px;
	padding: 10px 15px 0 15px;
	height: 227px;
	background-color: #f0f8fd;
}

.ewb-opinion-tt {
	height: 28px;
	line-height: 28px;
}

.ewb-opinion-tt a {
	font-size: 18px;
	font-weight: bold;
	color: #1f9ad3;
}

.ewb-opinion-remind {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}

.ewb-opinion-collection textarea {
	padding: 5px 0 0 10px;
	width: 192px;
	height: 68px;
	border: 0;
	resize: none;
	text-align: left;
	line-height: 22px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

.placeholder {
	color: #b2b2b2;
}

.ewb-code {
	height: 45px;
}

.ewb-code-txt {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	width: 82px;
	height: 25px;
	line-height: 25px;
	border: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

.ewb-code-img {
	float: left;
	margin: 10px 0 0 8px;
	width: 58px;
	height: 25px;
}

.ewb-code-btn {
	float: right;
	margin-top: 7px;
	line-height: 16px;
	font-size: 12px;
	color: #1f9ad3;
	text-decoration:underline;
}

.ewb-opinion-btn {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 0;
	border-radius: 2px;
	font-family: "Microsoft YaHei";
	color: #fff;
	background-color: #1f9ad3;
	cursor: pointer;
}

.fullSearch {
	float: right;
	margin-top: 10px;
	width: 317px;
	height: 28px;
	border: 1px solid #dddddd;
}

.ewb-search-txt {
	float: left;
	margin-left: 10px;
	width: 277px;
	height: 28px;
	line-height: 28px;
	border: 0;
	font-family: "Microsoft YaHei";
}

.ewb-search-btn {
	float: left;
	margin-top: 4px;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
	background: url(../images/search_btn.png);
}

.flashdiv{
    float: left;
    width: 570px;	
}

.flash_r{
	float: left;
    padding-left: 10px;
    width: 400px;
}

.ewb-searchbox {
    float: right;
    margin-top: 8px;
}

.ewb-searchbtn {
    float: right;
    width: 42px;
    height: 34px;
    border: 0;
    cursor: pointer;
    background: url(../images/searchbtn.png) center center no-repeat #ff8400;
}

.ewb-searchtxt {
    float: right;
    padding-left: 10px;
    width: 179px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    font-family: "Microsoft YaHei";
}